home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modleent.dir / 00038_Script_38 < prev    next >
Text File  |  1994-11-28  |  331b  |  17 lines

  1. on exitFrame
  2.   
  3.   global lcl,rcl,ucl,dcl,pnt
  4.   
  5.   
  6.   set the cursor of sprite 1 to 0
  7.   set the cursor of sprite 2 to 0
  8.   set the cursor of sprite 3 to ucl
  9.   set the cursor of sprite 4 to lcl
  10.   set the cursor of sprite 5 to rcl
  11.   set the cursor of sprite 6 to pnt
  12.   set the cursor of sprite 11 to pnt
  13.   
  14.   
  15.   
  16.   
  17. end